crypto/ecdsa.nistCurve.curve (field)
7 uses
crypto/ecdsa (current package)
ecdsa.go#L191: priv.PublicKey.Curve = c.curve
ecdsa.go#L217: if excess != 0 && c.curve.Params().Name != "P-521" {
ecdsa.go#L367: if c.curve.Params().Name == "P-256" {
ecdsa.go#L564: curve elliptic.Curve
ecdsa.go#L581: bitSize := curve.curve.Params().BitSize
ecdsa.go#L605: byteLen := (curve.curve.Params().BitSize + 7) / 8
ecdsa.go#L665: c.curve = curve
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |